Skip to main content

DescribeSuspEventQuaraFiles

Description

invoke DescribeSuspEventQuaraFiles paging to query the quarantined files in the file quarantine box.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeSuspEventQuaraFiles

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
StatusBODYstringNoquaraDonesets the status of the quarantined file to be queried. Value: quaraFailed: isolation failed quaraDone: isolation succeeded quaraing: isolating rollbackFailed: failed to undo isolation rollbackDone: Undo the isolation successfully rollbacking: Undo quarantine
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
PageSizeBODYstringNo20sets the number of quarantined files displayed on each page.
CurrentPageBODYstringNo1sets the page number of the file list to be viewed.
regionIdBODYstringYesNo sample value for this parameter.region id
FromBODYstringNosasThe requested product is fixed as sas.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
Pathstring/var/www/html/webshell-sample-master/others/defc3e21bab59e2a2ab49f7eda99f65f83d4d349.jpgThe storage path of the quarantined file in the server.
StatusstringrollbackDoneisolated state. Value: quaraFailed: isolation failed quaraDone: isolation succeeded quaraing: isolating rollbackFailed: failed to undo isolation rollbackDone: Undo the isolation successfully rollbacking: Undo quarantine
ModifyTimestring2020-06-11 20:37:08update time.
PageSizeinteger20the number of quarantined files displayed per page.
RequestIdstring6AD0BA1B-0129-498F-B82A-17C7B8368A08the unique identifier generated by alibaba cloud for this request.
EventTypestringWebshellQuaraEventTypeevent type.
QuaraFilesarrayNo sample value for this parameter.quarantine file list.
Ipstring47.XX.XX.131the public IP address of the server where the quarantined file is located.
Countinteger1the total number of current pages.
EventNamestringWEBSHELLevent name.
InstanceNamestringabcthe server ID where the quarantined file is located.
TotalCountinteger20the total number of quarantined files.
Uuidstring04a0e735-ad32-4835-b635-0458d77b****server UUID.
InternetIpstring47.XX.XX.131the public IP address of the server where the quarantined file is located.
CurrentPageinteger1The current page number of the returned file list.
Idinteger3920516quarantine file ID.
Tagstring228f890e56eae9eec6a42c7ea801b538event unique identifier.
Md5string5ddebe926acc7ed39a664409bfd0ec10file MD5 value.

Example

Successful Response example

{
"Path":"/var/www/html/webshell-sample-master/others/defc3e21bab59e2a2ab49f7eda99f65f83d4d349.jpg",
"Status":"rollbackDone",
"ModifyTime":"2020-06-11 20:37:08",
"PageSize":"20",
"RequestId":"6AD0BA1B-0129-498F-B82A-17C7B8368A08",
"EventType":"WebshellQuaraEventType",
"QuaraFiles":"",
"Ip":"47.XX.XX.131",
"Count":"1",
"EventName":"WEBSHELL",
"InstanceName":"abc",
"TotalCount":"20",
"Uuid":"04a0e735-ad32-4835-b635-0458d77b****",
"InternetIp":"47.XX.XX.131",
"CurrentPage":"1",
"Id":"3920516",
"Tag":"228f890e56eae9eec6a42c7ea801b538",
"Md5":"5ddebe926acc7ed39a664409bfd0ec10"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}